home *** CD-ROM | disk | FTP | other *** search
- /*
- FC_<classname> Header
- */
-
- /***************************************************************************/
- /*** Includes **************************************************************/
- /***************************************************************************/
-
- #include <libraries/feelin.h>
-
- #include <proto/utility.h>
- #include <proto/feelin.h>
-
- /***************************************************************************/
- /*** Shared Variables ******************************************************/
- /***************************************************************************/
-
- extern struct FeelinBase *FeelinBase;
- #define SysBase FeelinBase -> SYS
- #define DOSBase FeelinBase -> DOS
- #define LayersBase FeelinBase -> Layers
- #define GfxBase FeelinBase -> Graphics
- #define IntuitionBase FeelinBase -> Intuition
- #define UtilityBase FeelinBase -> Utility
-
- /***************************************************************************/
- /*** Structures ************************************************************/
- /***************************************************************************/
-
- struct LocalObjectData
- {
- };
-
- /***************************************************************************/
- /*** Dynamics **************************************************************/
- /***************************************************************************/
-
- /***************************************************************************/
- /*** Preferences ***********************************************************/
- /***************************************************************************/
-